home *** CD-ROM | disk | FTP | other *** search
- Path: comma.rhein.de!serpens!not-for-mail
- From: mlelstv@serpens.rhein.de (Michael van Elst)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Ceck out this bug. What the *** is SASC/6.56 doing?
- Date: 10 Mar 1996 10:46:36 +0100
- Organization: dis-
- Message-ID: <4hu8ds$f2t@serpens.rhein.de>
- References: <1120.6643T91T406@login.eunet.no>
- NNTP-Posting-Host: serpens.rhein.de
-
- patrick.hanevold@login.eunet.no (Patrick Hanevold) writes:
-
- >Can anyone explain this?
- >file, and start it from CLI. It only crashes from CLI.
-
- It could crash from WB too. Depending on your default stack value
- in the icon you may crash from WB too.
-
- > ULONG Palette[256*3+2]; // This one causes the bug.
-
- That's about 3kB. I bet you didn't increase your default stack.
-
- > struct Screen *Scr=OpenScreenTags(NULL,
- > SA_Width, 320,
- > SA_Height, 256,
- > SA_Depth, 8,
- > TAG_END);
-
- > CloseScreen(Scr);
-
- That's a real bug as Scr might be NULL.
-
-
- --
- Michael van Elst
-
- Internet: mlelstv@serpens.rhein.de
- "A potential Snark may lurk in every tree."
-